disable text wrap css

38

div {
  white-space: nowrap;
}
div {
  /* This is the default, you don't need to
     explicitly declare it unless overriding
     another declaration */
  white-space: normal; 
}
div {
  overflow: hidden;
}

Comments

Submit
0 Comments